Interface CryptoMapSeq

All Superinterfaces:
IPCObject
All Known Implementing Classes:
CryptoMapSeqImpl

public interface CryptoMapSeq extends IPCObject
Information provided by the PKI file:

    \class CryptoMapSeq
    
    \brief CryptoMapSeq holds and manipulates crypto maps in a crypto map set.
    
    \example network().getDevice("Router0").getProcess("IpsecProcess").getCryptoMapSetAt(0).getCryptoMapSeqAt(0)
    
Author:
Auto-generated
  • Method Details

    • getSeqNum

      int getSeqNum()
      Information provided by the PKI file:
      
          \brief Returns the sequence number of this crypto map.
          
          \return int, the sequence number of this crypto map.
          
              
      Returns:
      int Returns a int
    • isIncomplete

      boolean isIncomplete()
      Information provided by the PKI file:
      
          \brief Returns true if this crypto map is incomplete, otherwise false.
          
          \return bool, true if this crypto map is incomplete, otherwise false.
          
              
      Returns:
      boolean Returns a boolean
    • setMatchAdd

      void setMatchAdd(String addName)
      Information provided by the PKI file:
      
          \brief Sets the match for this crypto map.
          
          \param string, the match to set for this crypto map.
          
              
      Parameters:
      addName - Takes in a parameter of addName
    • getMatchAdd

      String getMatchAdd()
      Information provided by the PKI file:
      
          \brief Returns the match for this crypto map.
          
          \return string, the match for this crypto map.
          
              
      Returns:
      String Returns a String
    • setSaLifeTime

      void setSaLifeTime(int lifetime)
      Information provided by the PKI file:
      
          \brief Sets the IPSec SA lifetime.
          
          \param int, the IPSec SA lifetime to set.
          
              
      Parameters:
      lifetime - Takes in a parameter of lifetime
    • getSaLifeTime

      int getSaLifeTime()
      Information provided by the PKI file:
      
          \brief Returns the IPSec SA lifetime.
          
          \return int, the IPSec SA lifetime.
          
              
      Returns:
      int Returns a int